Webconfig file is different between CAS Servers [httpResponseStatus="Found"]

Hello,

We have two CAS Server 2010 SP3 RU10 .. last night i was checking the IIS Configuration and i noticed the WEBConfig file on both servers are different

httpResponseStatus="Found"

this command is exist on CAS 2 .. but not CAS 1 >> is this normal ?

We are using HTTP redirect for our OWA and both configured well from the IIS Manager

CAS-1

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpRedirect enabled="true" destination="https://mail.contoso.com/owa" childOnly="true" httpResponseStatus="Found" />
    </system.webServer>
</configuration>

CAS-2

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpRedirect enabled="true" destination="https://mail.contoso.com/owa" childOnly="true" />
    </system.webServer>
</configuration>

August 19th, 2015 8:53am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics